From 42b43312e84d1d5214af61fc2894306fcb4456cb Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 9 Mar 2006 00:04:43 +0100 Subject: [PATCH] Add missing include in hypercalls header file. Signed-off-by: Keir Fraser --- xen/include/xen/hypercall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/xen/hypercall.h b/xen/include/xen/hypercall.h index 9ebadf37b0..23f9b48e92 100644 --- a/xen/include/xen/hypercall.h +++ b/xen/include/xen/hypercall.h @@ -10,6 +10,7 @@ #include #include #include +#include #include extern long -- 2.30.2